home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / oakley / wrdw9511 / product / WORDWRES.EXE / 0 / RCDATA / TMAINWIN / TMAINWIN.txt < prev   
Text File  |  1996-03-05  |  10KB  |  449 lines

  1. object MainWin: TMainWin
  2.   Left = 319
  3.   Top = 143
  4.   BorderStyle = bsSingle
  5.   Caption = 'Word Wrestle 95'
  6.   ClientHeight = 418
  7.   ClientWidth = 632
  8.   Font.Color = clWindowText
  9.   Font.Height = -17
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   Position = poDefault
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnMouseDown = FormMouseDown
  18.   OnMouseMove = FormMouseMove
  19.   OnMouseUp = FormMouseUp
  20.   OnPaint = FormPaint
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 16
  24.   object BackImage: TImage
  25.     Left = -20
  26.     Top = 0
  27.     Width = 640
  28.     Height = 510
  29.     AutoSize = True
  30.     Picture.Data = {<image000.bmp>}
  31.     Visible = False
  32.   end
  33.   object MyGauge: TGauge
  34.     Left = 556
  35.     Top = 76
  36.     Width = 53
  37.     Height = 297
  38.     Kind = gkVerticalBar
  39.     Font.Color = clBlack
  40.     Font.Height = -17
  41.     Font.Name = 'Arial'
  42.     Font.Style = []
  43.     ForeColor = clNavy
  44.     ParentFont = False
  45.     Progress = 0
  46.   end
  47.   object WhiteImage: TImage
  48.     Left = 320
  49.     Top = 212
  50.     Width = 120
  51.     Height = 120
  52.     Visible = False
  53.   end
  54.   object SavedImage: TImage
  55.     Left = 460
  56.     Top = 180
  57.     Width = 60
  58.     Height = 60
  59.     Picture.Data = {<image001.bmp>}
  60.     Visible = False
  61.   end
  62.   object Image1: TImage
  63.     Left = 324
  64.     Top = 80
  65.     Width = 120
  66.     Height = 120
  67.     Visible = False
  68.   end
  69.   object CheckList: TButton
  70.     Left = 348
  71.     Top = 380
  72.     Width = 181
  73.     Height = 33
  74.     Caption = '&Check List'
  75.     Font.Color = clBlack
  76.     Font.Height = -17
  77.     Font.Name = 'Arial'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     TabOrder = 0
  81.     OnClick = CheckListClick
  82.   end
  83.   object ExitButton: TButton
  84.     Left = 544
  85.     Top = 380
  86.     Width = 81
  87.     Height = 33
  88.     Caption = 'E&xit'
  89.     Font.Color = clBlack
  90.     Font.Height = -17
  91.     Font.Name = 'Arial'
  92.     Font.Style = []
  93.     ParentFont = False
  94.     TabOrder = 1
  95.     OnClick = ExitButtonClick
  96.   end
  97.   object Scramble: TButton
  98.     Left = 28
  99.     Top = 328
  100.     Width = 145
  101.     Height = 33
  102.     Caption = 'Scram&ble'
  103.     Font.Color = clBlack
  104.     Font.Height = -17
  105.     Font.Name = 'Arial'
  106.     Font.Style = []
  107.     ParentFont = False
  108.     TabOrder = 2
  109.     OnClick = ScrambleClick
  110.   end
  111.   object Start: TButton
  112.     Left = 184
  113.     Top = 328
  114.     Width = 145
  115.     Height = 33
  116.     Caption = '&Start'
  117.     Font.Color = clBlack
  118.     Font.Height = -17
  119.     Font.Name = 'Arial'
  120.     Font.Style = []
  121.     ParentFont = False
  122.     TabOrder = 3
  123.     OnClick = StartClick
  124.   end
  125.   object GuessList: TListBox
  126.     Left = 348
  127.     Top = 40
  128.     Width = 181
  129.     Height = 333
  130.     Font.Color = clBlack
  131.     Font.Height = -17
  132.     Font.Name = 'Arial'
  133.     Font.Style = []
  134.     ItemHeight = 19
  135.     ParentFont = False
  136.     TabOrder = 4
  137.     OnMouseUp = GuessListMouseUp
  138.   end
  139.   object WordPanel: TPanel
  140.     Left = 12
  141.     Top = 372
  142.     Width = 329
  143.     Height = 37
  144.     BevelWidth = 2
  145.     Color = clTeal
  146.     TabOrder = 5
  147.     object Label3: TLabel
  148.       Left = 24
  149.       Top = 9
  150.       Width = 57
  151.       Height = 20
  152.       AutoSize = False
  153.       Caption = 'Word'
  154.       Font.Color = clBlack
  155.       Font.Height = -18
  156.       Font.Name = 'Arial'
  157.       Font.Style = [fsBold]
  158.       ParentFont = False
  159.       Transparent = True
  160.     end
  161.     object WordEntry: TEdit
  162.       Left = 92
  163.       Top = 4
  164.       Width = 233
  165.       Height = 29
  166.       AutoSize = False
  167.       Font.Color = clBlack
  168.       Font.Height = -17
  169.       Font.Name = 'Arial'
  170.       Font.Style = []
  171.       ParentFont = False
  172.       TabOrder = 0
  173.       OnKeyPress = WordEntryKeyPress
  174.     end
  175.   end
  176.   object GuessPanel: TPanel
  177.     Left = 348
  178.     Top = 12
  179.     Width = 181
  180.     Height = 25
  181.     BevelWidth = 2
  182.     Color = clTeal
  183.     TabOrder = 6
  184.     object label4: TLabel
  185.       Left = 4
  186.       Top = 3
  187.       Width = 173
  188.       Height = 20
  189.       Alignment = taCenter
  190.       AutoSize = False
  191.       Caption = 'Word Guesses'
  192.       Font.Color = clBlack
  193.       Font.Height = -17
  194.       Font.Name = 'Arial'
  195.       Font.Style = []
  196.       ParentFont = False
  197.       Transparent = True
  198.     end
  199.   end
  200.   object TimeHeadPanel: TPanel
  201.     Left = 548
  202.     Top = 12
  203.     Width = 69
  204.     Height = 53
  205.     BevelWidth = 2
  206.     Color = clTeal
  207.     TabOrder = 7
  208.     object Label5: TLabel
  209.       Left = 4
  210.       Top = 5
  211.       Width = 61
  212.       Height = 20
  213.       Alignment = taCenter
  214.       AutoSize = False
  215.       Caption = 'Timer'
  216.       Font.Color = clBlack
  217.       Font.Height = -17
  218.       Font.Name = 'Arial'
  219.       Font.Style = []
  220.       ParentFont = False
  221.     end
  222.     object TimePanel: TPanel
  223.       Left = 2
  224.       Top = 26
  225.       Width = 65
  226.       Height = 25
  227.       BevelOuter = bvLowered
  228.       Caption = '00:00:00'
  229.       Font.Color = clBlack
  230.       Font.Height = -15
  231.       Font.Name = 'Arial'
  232.       Font.Style = []
  233.       ParentFont = False
  234.       TabOrder = 0
  235.     end
  236.   end
  237.   object MainMenu1: TMainMenu
  238.     Left = 388
  239.     Top = 256
  240.     object MenuFile: TMenuItem
  241.       Caption = '&File'
  242.       ShortCut = 0
  243.       object MenuOpen: TMenuItem
  244.         Caption = '&Open Puzzle'
  245.         ShortCut = 16463
  246.         OnClick = MenuOpenClick
  247.       end
  248.       object MenuSave: TMenuItem
  249.         Caption = 'Sa&ve Puzzle'
  250.         ShortCut = 16470
  251.         OnClick = MenuSaveClick
  252.       end
  253.       object MenuBuild: TMenuItem
  254.         Caption = '&Design Puzzle'
  255.         ShortCut = 16474
  256.         OnClick = MenuBuildClick
  257.       end
  258.       object MenuList: TMenuItem
  259.         Caption = '&Word List Puzzle'
  260.         ShortCut = 16460
  261.         OnClick = MenuListClick
  262.       end
  263.       object N1: TMenuItem
  264.         Caption = '-'
  265.         ShortCut = 0
  266.       end
  267.       object MenuScreenSize: TMenuItem
  268.         Caption = 'S&creen Size'
  269.         ShortCut = 0
  270.         object N640x480: TMenuItem
  271.           Caption = '640x480'
  272.           ShortCut = 16496
  273.           OnClick = N640x480Click
  274.         end
  275.         object N800x600: TMenuItem
  276.           Caption = '800x600'
  277.           ShortCut = 16497
  278.           OnClick = N800x600Click
  279.         end
  280.         object N1024x768: TMenuItem
  281.           Caption = '1024x768'
  282.           ShortCut = 16498
  283.           OnClick = N1024x768Click
  284.         end
  285.         object N1280x1024: TMenuItem
  286.           Caption = '1280x1024'
  287.           ShortCut = 16499
  288.           OnClick = N1280x1024Click
  289.         end
  290.       end
  291.       object MenuPrint: TMenuItem
  292.         Caption = '&Print Puzzle'
  293.         ShortCut = 16464
  294.         OnClick = MenuPrintClick
  295.       end
  296.       object MenuSetup: TMenuItem
  297.         Caption = 'Printer &Setup'
  298.         ShortCut = 16466
  299.         OnClick = MenuSetupClick
  300.       end
  301.       object N2: TMenuItem
  302.         Caption = '-'
  303.         ShortCut = 0
  304.       end
  305.       object MenuExit: TMenuItem
  306.         Caption = 'E&xit'
  307.         ShortCut = 16472
  308.         OnClick = MenuExitClick
  309.       end
  310.     end
  311.     object MenuOptions: TMenuItem
  312.       Caption = '&Options'
  313.       ShortCut = 0
  314.       object MenuDImensions: TMenuItem
  315.         Caption = '&Dimensions'
  316.         ShortCut = 16452
  317.         OnClick = MenuDImensionsClick
  318.       end
  319.       object MenuFont: TMenuItem
  320.         Caption = '&Puzzle Font'
  321.         ShortCut = 16454
  322.         OnClick = MenuFontClick
  323.       end
  324.       object MenuTimer: TMenuItem
  325.         Caption = '&Timer Options'
  326.         ShortCut = 16468
  327.         OnClick = MenuTimerClick
  328.       end
  329.       object MenuWordLength: TMenuItem
  330.         Caption = '&Word Length'
  331.         ShortCut = 16471
  332.         OnClick = MenuWordLengthClick
  333.       end
  334.       object MenuScoring: TMenuItem
  335.         Caption = 'Word &Scoring'
  336.         ShortCut = 16467
  337.         OnClick = MenuScoringClick
  338.       end
  339.       object MenuPlayOptions: TMenuItem
  340.         Caption = 'Pla&y Options'
  341.         ShortCut = 16473
  342.         OnClick = MenuPlayOptionsClick
  343.       end
  344.       object N4: TMenuItem
  345.         Caption = '-'
  346.         ShortCut = 0
  347.       end
  348.       object MenuBackBit: TMenuItem
  349.         Caption = 'Show &Background Bitmap'
  350.         ShortCut = 16450
  351.         OnClick = MenuBackBitClick
  352.       end
  353.       object MenuGuessFont: TMenuItem
  354.         Caption = 'Word &Guess Font'
  355.         ShortCut = 16455
  356.         OnClick = MenuGuessFontClick
  357.       end
  358.       object MenuGuessCol: TMenuItem
  359.         Caption = 'Word Guess &Columns'
  360.         ShortCut = 16453
  361.         OnClick = MenuGuessColClick
  362.       end
  363.       object N3: TMenuItem
  364.         Caption = '-'
  365.         ShortCut = 0
  366.       end
  367.       object MenuAmerican: TMenuItem
  368.         Caption = '&American Dictionary'
  369.         ShortCut = 16461
  370.         OnClick = MenuAmericanClick
  371.       end
  372.       object MenuAddDict: TMenuItem
  373.         Caption = 'Add To D&ictionary'
  374.         ShortCut = 16457
  375.         OnClick = MenuAddDictClick
  376.       end
  377.       object MenuExcludeDict: TMenuItem
  378.         Caption = 'Excl&ude From Dictionary'
  379.         ShortCut = 16469
  380.         OnClick = MenuExcludeDictClick
  381.       end
  382.       object MenuLookUp: TMenuItem
  383.         Caption = '&Look Up Word'
  384.         ShortCut = 16460
  385.         OnClick = MenuLookUpClick
  386.       end
  387.     end
  388.     object MenuHelp: TMenuItem
  389.       Caption = '&Help'
  390.       ShortCut = 0
  391.       object MenuContents: TMenuItem
  392.         Caption = '&Contents'
  393.         ShortCut = 16451
  394.         OnClick = MenuContentsClick
  395.       end
  396.       object MenuAbout: TMenuItem
  397.         Caption = '&About'
  398.         ShortCut = 16449
  399.         OnClick = MenuAboutClick
  400.       end
  401.       object MenuOtherProd: TMenuItem
  402.         Caption = 'Other &Products'
  403.         ShortCut = 0
  404.         OnClick = MenuOtherProdClick
  405.       end
  406.       object MenuOrder: TMenuItem
  407.         Caption = '&Order'
  408.         ShortCut = 0
  409.         OnClick = MenuOrderClick
  410.       end
  411.     end
  412.   end
  413.   object MyTimer: TTimer
  414.     OnTimer = MyTimerTimer
  415.     Left = 376
  416.     Top = 292
  417.   end
  418.   object MyPrintSetup: TPrinterSetupDialog
  419.     Left = 424
  420.     Top = 256
  421.   end
  422.   object MyOpenDialog: TOpenDialog
  423.     DefaultExt = 'WRE'
  424.     FileEditStyle = fsEdit
  425.     Filter = 'Word Wrestle (*.WRE)|*.WRE'
  426.     Title = 'Open Word Wrestle File'
  427.     Left = 448
  428.     Top = 292
  429.   end
  430.   object MySaveDialog: TSaveDialog
  431.     DefaultExt = 'WRE'
  432.     FileEditStyle = fsEdit
  433.     Filter = 'Word Wrestle (*.WRE)|*.WRE'
  434.     Title = 'Save Word Wrestle File'
  435.     Left = 412
  436.     Top = 292
  437.   end
  438.   object MyFontDialog: TFontDialog
  439.     Font.Color = clWindowText
  440.     Font.Height = -17
  441.     Font.Name = 'System'
  442.     Font.Style = []
  443.     MinFontSize = 0
  444.     MaxFontSize = 0
  445.     Left = 460
  446.     Top = 256
  447.   end
  448. end
  449.